Python3Script Xojo Plugin

Python3Instance.DeleteAttribute Method (console safe)

Deletes attribute from the Python class.

DeleteAttribute(
   name as String) as Integer

Parameters

name
name of the attribute to be deleted

Returns

Integer
Returns -1 on failure, else a non -1 value.

Remarks

See Also

Python3Instance Class